bitkeeper revision 1.1159.184.1 (41a226e3Y9RHKGkAbgRWDb4t7yHQPQ)
authorakw27@labyrinth.cl.cam.ac.uk <akw27@labyrinth.cl.cam.ac.uk>
Mon, 22 Nov 2004 17:50:27 +0000 (17:50 +0000)
committerakw27@labyrinth.cl.cam.ac.uk <akw27@labyrinth.cl.cam.ac.uk>
Mon, 22 Nov 2004 17:50:27 +0000 (17:50 +0000)
commit97a442456383617b194e76daca5c1d9fb45c6962
treebd845f6bf62ebc664d5608609b101698c441be62
parentce199230ef7ba5a02674a957d1385f4c4009b325
bitkeeper revision 1.1159.184.1 (41a226e3Y9RHKGkAbgRWDb4t7yHQPQ)

Initial push of the block tap code.  This is a driver to let you
intercept block requests and/or implement block devices in user space,
all in an isolated VM.
13 files changed:
.rootkeys
linux-2.6.9-xen-sparse/arch/xen/Kconfig
linux-2.6.9-xen-sparse/arch/xen/configs/xen0_defconfig
linux-2.6.9-xen-sparse/arch/xen/configs/xenU_defconfig
linux-2.6.9-xen-sparse/drivers/xen/Makefile
linux-2.6.9-xen-sparse/drivers/xen/blkback/blkback.c
linux-2.6.9-xen-sparse/drivers/xen/blkfront/blkfront.c
linux-2.6.9-xen-sparse/drivers/xen/blktap/Makefile [new file with mode: 0644]
linux-2.6.9-xen-sparse/drivers/xen/blktap/blktap.c [new file with mode: 0644]
linux-2.6.9-xen-sparse/drivers/xen/blktap/blktap.h [new file with mode: 0644]
linux-2.6.9-xen-sparse/drivers/xen/blktap/blktap_controlmsg.c [new file with mode: 0644]
linux-2.6.9-xen-sparse/drivers/xen/blktap/blktap_datapath.c [new file with mode: 0644]
linux-2.6.9-xen-sparse/drivers/xen/blktap/blktap_userdev.c [new file with mode: 0644]